projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c13362d
)
(struct ccl_program): New member stack_idx.
author
Kenichi Handa
<handa@m17n.org>
Tue, 4 May 1999 05:43:41 +0000
(
05:43
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 4 May 1999 05:43:41 +0000
(
05:43
+0000)
src/ccl.h
patch
|
blob
|
history
diff --git
a/src/ccl.h
b/src/ccl.h
index 5965b74155a757d8c62b4d31306fbad5efa44dc5..0a784448f029bc6729ebde774e9344a6c49626db 100644
(file)
--- a/
src/ccl.h
+++ b/
src/ccl.h
@@
-52,6
+52,7
@@
struct ccl_program {
int buf_magnification; /* Output buffer magnification. How
many times bigger the output buffer
should be than the input buffer. */
+ int stack_idx; /* How deep the call of CCL_Call is nested. */
};
/* This data type is used for the spec field of the structure